home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / VIG-P2P3.ZIP / PIPE2PCB.DOC < prev    next >
Text File  |  1994-01-05  |  3KB  |  72 lines

  1. PIPE2PCB v3.0 by Paul Cirone aka ViGilante on 1/5/93
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. NOTE: Many people had probs with earlier versions, and I couldn't figure out
  5. why, but this version should be OK now..  if you do happen to have a problem
  6. please let me know ASAP.
  7.  
  8. <NEW version 2.0 converts to ANSI ESC codes instead of PCB codes>
  9.  
  10. PIPE2PCB will convert the "pipe" color codes in your incoming FIDO mail
  11. packets to PCBoard "@" color codes on the fly as you toss the messages
  12. into PCBoard.  Only codes |00 through |15 are supported due to varying
  13. schemes the software authors use when implementing pipe codes.
  14.  
  15. Requires: DOS 5.0+, enough memory to run PKUNZIP when PIPE2PCB shells
  16. to it (leaves about 11k resident), and make sure you have some sort of
  17. hard disk cache (write-back preferred) or you will be waiting a long
  18. time.
  19.  
  20.  
  21. INSTALLATION                                                  
  22. ~~~~~~~~~~~~
  23. Just put PIPE2PCB.EXE somewhere in your path, and make sure PKUNZIP.EXE and
  24. PKZIP.EXE are in your path also.  If your packets are compressed with 
  25. something other than ZIP then you are SOL.  Next, find the area in your
  26. batch file used to start your mailer where the actual tossing takes place.
  27. I use QFRONT, here is that section of my STARTER.BAT file:
  28.  
  29.  :TossFido
  30.  C:
  31.  CD \QFRONT
  32.  QScan /CC:\QFRONT\NODE1 /TOSS
  33.  Goto Start
  34.  
  35. What you want to do is make PIPE2PCB.EXE the _first_ thing you run after you
  36. receive mail, before any tossers do their thing.  PIPE2PCB accepts and  
  37. requires exactly 1 command line parameter, the location of your INBOUND
  38. directory (where your mailer places incoming packets).  Here is the modified
  39. version of my previous example:
  40.  
  41.  :TossFido
  42.  pipe2pcb c:\qfront\inbound                  <--Line to add
  43.  C:
  44.  CD \QFRONT
  45.  QScan /CC:\QFRONT\NODE1 /TOSS
  46.  Goto Start
  47.  
  48. Note that you must specify the complete drive and path to your inbound mail
  49. directory (C:\QFRONT\INBOUND in my example).  Don't worry about other files 
  50. that may be in your INBOUND dir (nodelists, files from SDN, or whatever), 
  51. PIPE2PCB will only process files with standard FIDO packet extensions of 
  52. .SA?, .SU?, .MO?, .TU?, .WE?, .TH?, and .FR?.
  53.  
  54. If any of this is too hard for you to comprehend you really shouldn't be
  55. running a mailer in the first place.
  56.  
  57.  
  58. FINAL NOTES
  59. ~~~~~~~~~~~
  60. This is provided as freeware.  Nothing is guaranteed or warrantied.  Use at 
  61. your own risk.  This is the initial release, I have tested it about as much
  62. as I could (and more than I wanted to), so there may be a bug or two lurking
  63. somewhere (I hope not).  If you have any questions, comments, bug reports, 
  64. or whatever I can be found on:
  65.  
  66. Demons Abyss at 516-293-7313 or 516-752-9820
  67. White Sands  at 718-241-0025 
  68. Prodigy at BWVR36C
  69.  
  70. Ciao ..ViG
  71.  
  72.